summaryrefslogtreecommitdiff
path: root/website/src/pages/blog/[...slug].astro
AgeCommit message (Collapse)Author
2026-06-18remove Astro websiteJoe Carstairs
2026-04-25factor out renderGemtextToHtml()Joe Carstairs
2026-04-25moves website/public/images to common/imagesJoe Carstairs
2026-04-13merge adjacent blockquotes when transforming gemtext -> HTMLJoe Carstairs
2026-04-13reorganises images in capsule, symlinks to websiteJoe Carstairs
2026-04-13website can get pubDate from filename instead of frontmatterJoe Carstairs
2026-03-24port gemlog to blogJoe Carstairs
2026-03-21render .gmi posts as gemtextJoe Carstairs
2024-12-24Upgrades to Astro 5Joe Carstairs
2024-05-05Infrastructure as code (#3)Joe Carstairs
* Moves website to website/ * Adds terraform gitignores * Terraform with AWS provider * Initialises Terraform * Locals and variables for provider * Fetches SSL certificate from ACM * S3 static website bucket * CloudFront distribution * Route53 records * Deployment workflow uses secret S3 bucket suffix * Adds README --------- Co-authored-by: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>